[HAVE_X_WINDOWS]: Include xterm.h.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 12:08:35 +0000 (12:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 12:08:35 +0000 (12:08 +0000)
src/keyboard.c

index 7179e3a5321a0739837b98cd28930dc7164c62dd..3619dc0abf6cbb63a0686cef5975d2e633bf9cd7 100644 (file)
@@ -53,6 +53,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "systty.h"
 #include "systime.h"
 
+/* This is to get the definitions of the XK_ symbols.  */
+#ifdef HAVE_X_WINDOWS
+#include "xterm.h"
+#endif
+
 extern int errno;
 
 /* Variables for blockinput.h: */